home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / networking / 1731 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.7 KB

  1. Path: limburg.mch.sni.de!teicher
  2. From: teicher@limburg.mch.sni.de (Thomas Eicher)
  3. Newsgroups: comp.sys.amiga.networking
  4. Subject: httpd
  5. Date: 16 Feb 1996 08:48:31 GMT
  6. Organization: (not speaking for SNI!)
  7. Message-ID: <4g1gcv$lc5@horus.mch.sni.de>
  8. NNTP-Posting-Host: limburg.mch.sni.de
  9. X-Newsreader: TIN [version 1.2 PL2]
  10.  
  11. Hi all.
  12.  
  13. I need to develop an advanced web application that will run on
  14. WinNT computers using Netscape.
  15. Theoretically, this should be no problem since both HTML and
  16. ansi-C should be portable.
  17.  
  18. Well, at the moment I am facing the following problem:
  19.  
  20. My NCSA httpd (from the Amosaic ppl) does not want to serve
  21. a cgi-bin that is not an arexx command.
  22. I wanto to process a "POST" form. Theoretically, I would
  23. just have to read stdin and write to stdout. But it
  24. doesn't work :-(
  25. Does anybody know how to set up this ? What role does PIPE:http-cgi
  26. play ?
  27.  
  28. Or are there any better / more compatible httpd's for AmiTCP ?
  29. I tried AWS but it was even less complete.
  30.  
  31. After 2 hours, I finally decided on the following bugfix:
  32. I get my form using "GET". Then an arexx script will take the
  33. arguments and send them to pipe:xxx. Then I will run my program
  34. with <pipe:xxx. Works rather well, only I can't convince Arexx not
  35. to parse the '='s in the data I get :-(
  36. So while the message should read a=hello&b=world&c=yeah, it
  37. reads a hello&b world&c yeah
  38.  
  39.  
  40. Any answer to any problem would be really appreciated.
  41. It would be a nice move to also mail me your answer so I will
  42. get it as fast as possible. Thanks a lot in advance.
  43.  
  44. Tom.
  45.  
  46. --
  47.                Thomas Eicher - teicher@limburg.mch.sni.de 
  48.            My opinions need not reflect those of my employer
  49.                Looks good on the outside but Intel inside 
  50.